home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue50 / Except / TestRTLIUnit1.dfm / TestRTLIUnit1.txt
Encoding:
Text File  |  1999-09-06  |  1006 b   |  54 lines

  1. object Form1: TForm1
  2.   Left = 277
  3.   Top = 104
  4.   Width = 576
  5.   Height = 380
  6.   Caption = 'Test of RTLI'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Memo1: TMemo
  14.     Left = 0
  15.     Top = 41
  16.     Width = 568
  17.     Height = 315
  18.     Align = alClient
  19.     Font.Color = clWindowText
  20.     Font.Height = -11
  21.     Font.Name = 'Courier New'
  22.     Font.Style = []
  23.     ParentFont = False
  24.     ReadOnly = True
  25.     ScrollBars = ssVertical
  26.     TabOrder = 0
  27.   end
  28.   object Panel1: TPanel
  29.     Left = 0
  30.     Top = 0
  31.     Width = 568
  32.     Height = 41
  33.     Align = alTop
  34.     TabOrder = 1
  35.     object ShowBtn: TButton
  36.       Left = 8
  37.       Top = 8
  38.       Width = 177
  39.       Height = 25
  40.       Caption = '&Show Stack Trace with RTLI'
  41.       TabOrder = 0
  42.       OnClick = ShowBtnClick
  43.     end
  44.     object RawCheckBox: TCheckBox
  45.       Left = 200
  46.       Top = 8
  47.       Width = 49
  48.       Height = 17
  49.       Caption = '&Raw'
  50.       TabOrder = 1
  51.     end
  52.   end
  53. end
  54.